d0a383
@@ -1,5 +1,5 @@
 /*
- * Copyright 2008-2012 the original author or authors.
+ * Copyright 2008-2013 the original author or authors.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,6 +19,7 @@
import java.io.Serializable;
 import java.util.List;
 
 import org.springframework.data.domain.Sort;
+import org.springframework.data.repository.NoRepositoryBean;
 import org.springframework.data.repository.PagingAndSortingRepository;
 
 /**
@@ -26,6 +27,7 @@
import org.springframework.data.repository.PagingAndSortingRepository;
  * 
  * @author Oliver Gierke
  */
+@NoRepositoryBean
 public interface JpaRepository<T, ID extends Serializable> extends PagingAndSortingRepository<T, ID> {
 
 	/*
